home *** CD-ROM | disk | FTP | other *** search
/ Armageddon - Interactive Preview / Interactive Preview: Armageddon.iso / mac / ARM_GAME.dxr / Internal_11_go to -Menu-.ls < prev    next >
Encoding:
Text File  |  1998-05-15  |  261 b   |  18 lines

  1. global gHiScoreObj, gReturnValue
  2.  
  3. on exitFrame
  4.   cursor(0)
  5.   updateStage()
  6.   set gReturnValue to 1
  7.   mCompareList(gHiScoreObj)
  8.   go(the frame)
  9. end
  10.  
  11. on mouseDown
  12.   cursor(0)
  13.   updateStage()
  14.   set gReturnValue to 1
  15.   mCompareList(gHiScoreObj)
  16.   go(the frame)
  17. end
  18.